github.com/klauspost/compress/huff0.Decoder.dt (field)

11 uses

	github.com/klauspost/compress/huff0 (current package)
		decompress.go#L210: 		dt:             s.dt,
		decompress.go#L218: 	dt             dTable
		decompress.go#L247: 	dt := d.dt.single[:256]
		decompress.go#L547: 	dt := d.dt.single[:256]
		decompress.go#L654: 	single := d.dt.single[:tlSize]
		decompress.go#L888: 	single := d.dt.single[:tlSize]
		decompress_amd64.go#L45: 	if len(d.dt.single) == 0 {
		decompress_amd64.go#L84: 	single := d.dt.single[:tlSize]
		decompress_amd64.go#L172: 	if len(d.dt.single) == 0 {
		decompress_amd64.go#L192: 			tbl:      &d.dt.single[0],
		decompress_amd64.go#L215: 		v := d.dt.single[br.peekBitsFast(d.actualTableLog)&tlMask]